|
|
|
|
|
<Kanban>.AddList (Function) In french: <Kanban>.AjouteListe Adds a new list to a Kanban control. // Add a Kanban list titled "Tasks to review" // In the KANBAN_Kanban1 control LIST_List_to_review is Control LIST_List_to_review <- KANBAN_Kanban1.AddList("To_review") LIST_List_to_review.Title = "Tasks to review" Syntax
<Result> = <Kanban control>.AddList(<Kanban list>)
<Result>: Control "Kanban list" control. <Kanban control>: Control name Name of the Kanban control to be used. <Kanban list>: Character string Name of the Kanban list to be created. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|